home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
remote
/
showf13.zip
/
SF_LANG.ZIP
/
ENGLISH.DEF
< prev
next >
Wrap
Text File
|
1992-09-15
|
3KB
|
96 lines
;
; Special definitions
;
ProgName "ShowFile" ; Program name
LANGID "ENG" ; Which language. Max 3 Char
YesDef "Y" ; Yes = %Y
NoDef "N" ; No = %N
StopDef "S" ; Stop = %S
YesNorm "y" ; Yes = %j
NoNorm "n" ; No = %n
StopNorm "s" ; Stop = %s
BrackRight "]" ; %R
BrackLeft "[" ; %L
Enter "ENTER" ; %E
;
; Define up to 10 colors (0..9) as
; COLOR "<NR>,<ATTRIBUTE BYTE>"
; the attribute byte may be hexadecimal.
Color "0,$0B" ; Color 0, TextColor
Color "1,$0C" ; Color 1, HotKeys
Color "2,$0F" ; Color 2, Highlight and input
Color "3,$0E" ; Color 3, Info
Color "4,$1F" ; Color 4, Status
Color "5,$0C" ; Lines and frames
Color "6,$4F" ; inputcolor
; The following macro's are available in the strings:
; ^0..^9 for color 0..9
; %Y %y for upper- and lowercase YES
; %N %n for upper- and lowercase NO
; %S %s for upper- and lowercase STOP
; %R %r for the right bracket
; %L %l for the left bracket
; %E %e for ENTER
;
; The name of the resulting file is <PROGNAME>.<LANGID>
;
; A few color codes have a special meaning when they are used in non-tranlated
; stuff:
;
; ^0 TextColor
; ^1 HotKeys
; ^2 HighLight info and userinput
; ^3 Info color
; ^4 the headers
;
; General language for all the doors.
;
]001 "^0Press %L^1%E^0%R to continue: ^2"
]002 "^0Press %L^1%E^0%R to continue, %L^1%S^0%R to stop: ^2"
]003 "^0Your choice: ^6"
]004 "^1%L^2 you have only 2 minutes left!^1%R^2"
]005 "^1%L^2 you have only 1 minutes left!^1%R^2"
]006 "^1HELLO???"
]007 "^1You've been locked out of the system. Don't call back..."
]008 "^1The SysOp threw you out. Call back an other time.."
]009 "^1Sorry, you reached your daily timelimit. Hope to see you back an other time."
]010 "^2Thanks for using the "
]099 "Reading a file using "
;
; Start you program specific strings at f.e. ]100
;
;]100 "Use ^1PgUp^0/^1PgDn^0/^1Home^0/^1End^0 to page, %L^1Q^0%Ruit, %L^1H^0%Relp or %L^1S^0%Rearch: ^6"
;
; and as alternatives:
;
]100 " ^0%L^1T^0%Rop %L^1E^0%Rnd %L^1P^0%Rrev %L^1N^0%Rext %L^1H^0%Relp %L^1S^0%Rearch %L^1Q^0%Ruit ^6"
;
; Change this line into something else, f.e.:
; "No arearules available"
]101 " Couldn't find the requested file."
;
; Searching
;
]102 "^0Search for: ^6"
]103 "^1Search failed. String not found.^0"
;
; and the used keys.
;
]110 "TEPNHQS"
; ||||||+- SEARCH
; |||||+-- Quit
; ||||+--- Help
; |||+---- Nextpage
; ||+----- Previouse page
; |+------ End of file
; +------- Top of file